projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f8d0a
)
(diff-apply-hunk): Use proper format string for
author
Andreas Schwab
<schwab@suse.de>
Sun, 11 Mar 2007 10:44:41 +0000
(10:44 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 11 Mar 2007 10:44:41 +0000
(10:44 +0000)
error.
lisp/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/diff-mode.el
b/lisp/diff-mode.el
index ccd945db98e316714754f9307d63291f22d10e24..543e1bd6a399d9aabd7471804192e22da208bdde 100644
(file)
--- a/
lisp/diff-mode.el
+++ b/
lisp/diff-mode.el
@@
-1375,7
+1375,8
@@
With a prefix argument, REVERSE the hunk."
(yes-or-no-p (format "Really apply this hunk to %s? "
(file-name-nondirectory
buffer-file-name)))))))
- (error (substitute-command-keys
+ (error "%s"
+ (substitute-command-keys
(format "Use %s\\[diff-apply-hunk] to apply it to the other file"
(if (not reverse) "\\[universal-argument] ")))))
((and switched